Revision: zsh--cvshead--1.0--patch-347
Archive: schizo@debian.org--2004-zsh-upstream-cvs-head
Creator: Clint Adams <schizo@debian.org>
Date: Fri Aug 12 18:04:17 UTC 2005
Standard-date: 2005-08-12 18:04:17 GMT
Modified-files: ChangeLog Src/Zle/zle.h
New-patches: schizo@debian.org--2004-zsh-upstream-cvs-head/zsh--cvshead--1.0--patch-347
Summary: Update from CVS

2005-08-12  Wayne Davison  <wayned@users.sourceforge.net>

   * 21606: Src/Zle/zle.h: When compiled with gcc, the ZS_str* macros
   get replaced by inline functions that give us complete compile-time
   type-checking.  For other compilers, the ZS_str* macros now cast
   the string pointers to char*, which will avoid any warnings about
   pointer signedness.
